home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / hf.dir / 00369_SDCancel.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  298 b   |  13 lines

  1. global gHFoldSList, gHFoldSMax, gHFoldSRes, gHFsList, gHFsMax
  2.  
  3. on mouseDown
  4.   if hPressButton() then
  5.     set gHFsList to gHFoldSList
  6.     set gHFsMax to gHFoldSMax
  7.     set the text of cast "Result List" to gHFoldSRes
  8.     puppetSound("clik1.aif")
  9.     updateStage()
  10.     endSearchDialog()
  11.   end if
  12. end
  13.